home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / wb / DosMan121.lha / man / SetPatch < prev    next >
Text File  |  1995-05-20  |  2KB  |  55 lines

  1.  
  2.          SetPatch (1.3, 2.x, 3.x in C:)
  3.  
  4.     NAME
  5.      SetPatch - Released by Commodore to fix any known
  6.         problems in the KickStart ROMS.
  7.  
  8.     SYNOPSIS
  9.      1.3:
  10.      SETPATCH [r]
  11.  
  12.      2.x/3.x:
  13.      SETPATCH [NOCACHE] [QUIET]
  14.  
  15.      3.1:
  16.      SETPATCH [NOCACHE] [QUIET] [NOAGA]
  17.  
  18.     DESCRIPTION
  19.             This should be the very first program run in your 
  20.         Startup-Sequence file. When run, the command prints a 
  21.         list of the patches (program corrections) made.
  22.  
  23.     KEYWORDS
  24.        r
  25.             An optional switch which lets you use the recoverable 
  26.         RAM disk (RAD:) to work on 1.3 machines with 1meg of chip 
  27.         ram. If you are using a 1.3 machine and don't know how 
  28.         much ram you have, simply run the AVAIL command any 
  29.         you'll see. If it is just 512k, then you can't use a RAD: 
  30.         device. But, if you have over 512k then you can.
  31.  
  32.        NoCache
  33.             2.x/3.x only: Lets you disable the data cache on 
  34.         accelerator cards. With cache on (default) commands run 
  35.         much quicker, but some older programs do not run well (or 
  36.         at all) with cache on, so turning it off may help with 
  37.         compatiblity of older 1.3 programs.
  38.  
  39.        Quiet
  40.             2.x/3.x Only: Prevents SetPatch from printing out a 
  41.         status report of the patches made.
  42.  
  43.        NOAGA
  44.             3.1 Only: Prevents an AGA machine from fully enabling 
  45.         the AGA chipset. This lets you use setpatch to help you 
  46.         run those programs that don't work on AGA graphics chips.
  47.        
  48.     EXAMPLES
  49.  
  50.        1. To patch 2.1 Kickstart routines without printing a list 
  51.           of patches:
  52.  
  53.          SETPATCH >NIL: QUIET
  54.  
  55.